True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / SelectedRowCollection Class / Add Method / Add(Int32[]) Method
The range of rows' numbers to add.

In This Topic
    Add(Int32[]) Method
    In This Topic
    Adds a range of rows to the end of the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal rows() As System.Integer _
    ) 
    public void Add( 
       System.int[] rows
    )

    Parameters

    rows
    The range of rows' numbers to add.
    See Also